java print hex format

57

java print hex format -

System.out.println(String.format("0x%08X", 1));

Comments

Submit
0 Comments